home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / METEOR.ZIP / meteor.doc < prev   
Encoding:
Text File  |  1995-12-28  |  1.6 KB  |  54 lines

  1. METEOR.CMD
  2.  
  3. Introduction
  4. ============
  5.  
  6.   METEOR is an OS/2 REXX arcade type game.  I realize that REXX is a poor
  7.   language choice for arcade games, and this program is meant mostly as a
  8.   novelty, but it's still kinda fun to play.
  9.  
  10. Disclaimers
  11. ===========
  12.  
  13.   METEOR is freeware.  Feel free to copy it, modify it, do whatever you
  14.   want to it.  Please note, however, that I'm not responsible for any
  15.   problems it might cause you or your PC.
  16.  
  17. Features
  18. ========
  19.   * Digital sound effects. (if you have MMPM/2 installed)
  20.   * The top ten high scoring games are saved as demos.
  21.   * It's networkable. (sort of, run it from a mapped network drive and
  22.     all the high score/demos will be shared among all users.  This
  23.     allows you to compete and view each other's performances.)
  24.   * Reasonably well structured code. (for you REXX programmers)
  25.   * Colorful (ANSI character) graphics.
  26.   * Fast, furious action even on slower PCs. (That's probably an exaggeration)
  27.  
  28. Program Usage
  29. =============
  30.  
  31.   At the OS/2 command prompt, type: METEOR [/s]
  32.  
  33.       /s = disable digital sound
  34.  
  35.   You'll get an instruction/high score screen.  It's a good idea to read
  36.   the instruction screen carefully before playing.  It's also a good
  37.   idea to watch a demo first.
  38.  
  39.   Hints:
  40.     * TAP the keys, don't hold them down.
  41.     * Keep an eye on the info area on the left side of the screen.
  42.     * Look ahead.
  43.     * All the bonus objects (colored letters) are helpful.
  44.  
  45. Comments are Welcome
  46. ====================
  47.   Thanks for playing Meteor!
  48.  
  49.   Author: Jeff Byrd
  50.           821 Colfax Dr.
  51.           Nashville TN  37214
  52.           jeff.byrd@mcmail.vanderbilt.edu
  53.  
  54.